home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SOHO - Exploring the Sun - 2003 Update
/
SOHO - Exploring the Sun - 2003 Update.iso
/
pc
/
data
/
hotshot
/
hotshots.dcr
/
Scripts_3_scrBackButton.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-02-25
|
308 b
|
12 lines
on mouseUp
global slideNumber, plflag
if slideNumber > 1 then
set slideNumber to slideNumber - 1
set the text of member "txtSlideNumber" to string(slideNumber) & "/20"
puppetTransition(member "wipeprev")
set plflag to 2
WaitCursor()
go("slide" & string(slideNumber))
end if
end